Package | Description |
---|---|
unipi.bpm.elm.santeramo.controller |
Class and Description |
---|
AnalysisManager
This class defines the behaviour of all the
MenuAreaButton buttons in the
application tab menus that are connected to analysis procedures and management. |
EditorManager
This class defines the behaviour of all the
MenuAreaButton buttons in the
application tab menus that are connected to the management of logs, files and editors. |
EventLogManagerController
This class defines the Controller of the Application
(This is the Controller of the MVC pattern).
|
EventLogManagerController.DefaultInternalFrameListener
This inner class extends
InternalFrameAdapter for creating a
specific listener for the JInternalFrame frames. |
EventLogManagerController.EventLogEditorDocumentListener
This inner class implements
DocumentListener for creating a specific
listener to use on the EventLogEditor
(textArea ). |
EventLogManagerController.FilterPanelActionListener
This inner class implements
ActionListener for defining the
actionPerformed(ActionEvent)
method and creating a specific listener to use on the JButton
buttons of the FilterPanel panel. |
EventLogManagerController.FooterAreaButtonActionListener
This inner class implements
ActionListener for defining the
actionPerformed(ActionEvent)
method and creating a specific listener to use on the
FooterAreaButton buttons. |
EventLogManagerController.GenerateEventLogActionListener
This inner class implements
ActionListener for defining the
actionPerformed(ActionEvent)
method and creating a specific listener to use on the JButton
of all the dialogs that are created to manage the generation of event log from expressions. |
EventLogManagerController.PopupMenuItemActionListener
This inner class implements
ActionListener for defining the
actionPerformed(ActionEvent)
method and creating a specific listener to use on the JMenuItem
items of the JPopupMenu pop-up added to an
FooterAreaButton button. |
EventLogManagerController.RecentButtonItemActionListener
This inner class implements
ActionListener for defining the
actionPerformed(ActionEvent)
method and creating a specific listener to use on the JMenuItem
items of the JPopupMenu pop-up added to an
MenuAreaButton button by the
EventLogManagerController.RecentButtonMouseListener listener. |
EventLogManagerController.SettingsActionListener
This inner class implements
ActionListener for defining the
actionPerformed(ActionEvent)
method and creating a specific listener to use on the JButton
of the settings panel. |
InfoManager
This class defines the behaviour of all the
MenuAreaButton buttons in the
application tab menu that are connected to the application in general (information about
the system and global settings). |